home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / hobi / mylife3 / ml3.md_ / ml3.md / Contacts.json next >
JavaScript Object Notation  |  1998-02-25  |  459b

  1. {
  2.     "schema": {
  3.         "Contact_ID": "Long Integer",
  4.         "AddDate": "DateTime",
  5.         "Picture": "Memo/Hyperlink (255)",
  6.         "Name": "Text (100)",
  7.         "EMail": "Text (100)",
  8.         "Address1": "Text (100)",
  9.         "Address2": "Text (100)",
  10.         "City": "Text (100)",
  11.         "State": "Text (50)",
  12.         "ZIP": "Text (50)",
  13.         "Phone1": "Text (50)",
  14.         "Phone2": "Text (50)"
  15.     },
  16.     "data": [
  17.         {
  18.             "Name": "AirBear & Bara",
  19.             "EMail": "airbear@airbear-bara.com",
  20.             "Address1": "8828 E Florida Ave, #114",
  21.             "City": "Denver",
  22.             "State": "CO",
  23.             "ZIP": "80231",
  24.             "Phone1": "(303)671-9652"
  25.         }
  26.     ]
  27. }